home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / temacd / 1click / 1clickdvdcopysetup5.3.1.9.exe / {app} / Help / help_main.css < prev    next >
Cascading Style Sheet File  |  2005-12-28  |  4KB  |  189 lines

  1. body {
  2.     background-color: #E3E5E7;
  3.     background-image: url("bodybg.jpg");
  4.     background-position: top;
  5.     background-repeat: repeat-x;
  6.     margin: 0;
  7.     padding: 0;
  8.     text-align: center;
  9. }
  10.  
  11. body, td, p, div, span, input, select, textarea {
  12.     font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  13.     font-size: 12px;
  14.     color: #000000;
  15.     line-height: 140%
  16. }
  17. td {
  18.     vertical-align: top;
  19. }
  20. p {
  21.     padding: 0;
  22.     margin: 0.7em 0;
  23. }
  24. h1, h2, h3, h4, h5, h6 {
  25.     font-family: Arial, Helvetica, sans-serif;
  26.     text-decoration: none;
  27. }
  28. h1 {
  29.     color: #D87301;
  30.     font-size: 200%;
  31.     margin: 0.5em 0;
  32. }    
  33. h2 {
  34.     color: #9C7242;
  35.     font-size: 150%;
  36.     margin: 0.5em 0;
  37. }    
  38. h3 {
  39.     color: #666666;
  40.     font-size: 130%;
  41.     margin: 0.3em 0;
  42. }
  43. h4 {
  44.     color: #000000;
  45.     font-size: 110%;
  46.     margin: 0.2em 0;
  47. }
  48. a {
  49.     color: #3F6175;
  50.     font-weight: bold;
  51. }
  52. a:HOVER {
  53.     color: #D87301;
  54. }
  55. a:VISITED {
  56.     color: #61889E;
  57. }
  58.  
  59. .wrapper {
  60.     width: 767px;
  61.     margin: 0;
  62.     padding: 0;
  63.     text-align: center;
  64. }
  65. .topbar {
  66.     background-image: url("topbar.jpg");
  67.     background-position: center;
  68.     background-repeat: no-repeat;
  69.     width: 767px;
  70.     height: 93px;
  71.     margin: 0;
  72.     padding: 0;
  73.     display: block;
  74. }
  75.  
  76. .mainbar {
  77.     background-image: url("help_mainbg.gif");
  78.     background-position: left;
  79.     background-repeat: repeat-y;
  80.     background-color: #FFFFFF;
  81.     width: 767px;
  82.     margin: 0;
  83.     padding: 0;
  84. }
  85. .mainbar2 {
  86.     background-image: url("help_maintop.gif");
  87.     background-position: top;
  88.     background-repeat: no-repeat;
  89. }
  90. .mainbar3 {
  91.     background-image: url("help_mainbottom.gif");
  92.     background-position: bottom;
  93.     background-repeat: no-repeat;
  94.     text-align: left;
  95.     padding: 20px;
  96. }
  97.  
  98. #menu a {
  99.     background-position: left center;
  100.     background-repeat: no-repeat;
  101.     padding: 4px 6px 4px 24px;
  102.     display: block;
  103.     color: #000000;
  104.     font-size: 11px;
  105.     font-weight: bold;
  106.     border-bottom: 1px solid #9ABACF;
  107.     text-decoration: none;
  108. }
  109. #menu a.submenu {
  110.     background-image: url("sidebararrow2.gif");
  111.     background-position: left center;
  112.     background-repeat: no-repeat;
  113.     padding: 4px 6px 4px 44px;
  114.     display: block;
  115.     color: #000000;
  116.     font-size: 11px;
  117.     font-weight: normal;
  118.     border-bottom: 1px solid #9ABACF;
  119.     text-decoration: none;
  120. }
  121. .menubar a:HOVER {
  122.     background-color: #B6D3E7;
  123. }
  124. .menubar a.current {
  125.     background-color: #B6D3E7;
  126. }
  127.  
  128. .cleaner {
  129.         clear:both;
  130.         height:1px;
  131.         font-size:1px;
  132.         border:none;
  133.         margin:0; padding:0;
  134.         background:transparent;
  135.         }
  136.  
  137. hr {
  138.     background-color: #9ABACF;
  139.     color: #9ABACF;
  140.     height: 1px;
  141.     border: 0;
  142. }
  143. .block {
  144.     border: 1px solid #9ABACF;
  145.     background-color: #EFF6FB;
  146.     padding: 10px;    
  147.     margin: 10px;
  148. }
  149.  
  150. .btn {
  151.     padding: 0 10px 0 20px;
  152.     font-weight: bold;
  153.     background-image: url("sidebararrow.gif");
  154.     background-position: left center;
  155.     background-repeat: no-repeat;
  156. }
  157.  
  158. .listing td {
  159.     border-top: 1px solid #B8D2E3;
  160. }
  161. .feedbackheader {
  162.        font-weight: bold;
  163.        color: #000000;
  164.        background-color: #DFDFDF;
  165.        padding: 6px;
  166.         FONT-FAMILY: Tahoma, Verdana, Arial
  167. }
  168.  
  169.  
  170. .iconleft a:link, .iconleft a:visited {
  171.   display: block;
  172.   border: 1px solid #ffffff;                      
  173.   text-decoration: none;
  174.   background-color: #ffffff;
  175.   font-weight: normal;
  176.   padding: 3px 3px 3px 10px;
  177.   color: #000000;
  178.   text-transform: uppercase;
  179.   text-align: left;
  180.   line-height: 21px;
  181.   font-size: 11px;
  182. }
  183.   
  184. .iconleft a:hover{
  185.   font-size: 11px;
  186.   border: 1px solid #96B5B2;                     
  187.   background-color: #B6D3E7;                      
  188.   background-image: none;                        
  189. }